0.00/0.00	% File    : /export/starexec/sandbox2/benchmark/theBenchmark.p
0.00/0.00	% app-encoded or not : original
0.00/0.00	% Variant    : supatvars_int
0.00/0.00	% Ordering    : rpo6
0.00/0.00	% Command    : 
0.00/0.00	#!/bin/sh
0.00/0.00	
0.00/0.00	./zipperposition.native ${1:+"$1"} \
0.00/0.00	  -i tptp \
0.00/0.00	  -o tptp \
0.00/0.00	  --timeout "$STAREXEC_WALLCLOCK_LIMIT" \
0.00/0.00	  --mem-limit "$STAREXEC_MAX_MEM" \
0.00/0.00	  --no-avatar \
0.00/0.00	  --ho \
0.00/0.00	  --force-ho \
0.00/0.00	  --no-ho-elim-pred-var \
0.00/0.00	  --ho-general-ext-pos \
0.00/0.00	  --no-ho-unif \
0.00/0.00	  --no-induction \
0.00/0.00	  --no-unif-pattern \
0.00/0.00	  --ord $2  \
0.00/0.00	  --simultaneous-sup false \
0.00/0.00	  --sup-at-vars \
0.00/0.00	  --ho-no-ext-pos \
0.00/0.00	  --ho-no-ext-neg \
0.00/0.00	  --ho-prim-enum none \
0.00/0.00	  --no-max-vars \
0.00/0.00	  --dont-select-ho-var-lits \
0.00/0.00	  --no-fool
0.00/0.19	% Computer   : n107.star.cs.uiowa.edu
0.00/0.19	% Model      : x86_64 x86_64
0.00/0.19	% CPU        : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
0.00/0.19	% Memory     : 32218.625MB
0.00/0.19	% OS         : Linux 3.10.0-693.2.2.el7.x86_64
0.00/0.19	% CPULimit   : 300
0.00/0.19	% DateTime   : Fri Feb  2 06:12:53 CST 2018
0.00/0.20	% done 39 iterations in 0.008s
0.00/0.20	% SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
0.00/0.20	% SZS output start Refutation
0.00/0.21	tff(satz10a, axiom,
0.00/0.21	  (![Xx:nat,Xy:nat]: ((Xx != Xy) => ((~more(Xx,Xy)) => less(Xx,Xy))))).
0.00/0.21	tff('0', plain,
0.00/0.21	    ![X8 : nat, X9 : nat]: (more(X8, X9) | less(X8, X9) | X8 = X9),
0.00/0.21	    inference('cnf', [status(esa)], [satz10a])).
0.00/0.21	tff(i, axiom, (pl(x,z) = pl(y,z))).
0.00/0.21	tff('1', plain, pl(x, z) = pl(y, z), inference('cnf', [status(esa)], [i])).
0.00/0.21	tff(satz19a, axiom,
0.00/0.21	  (![Xx:nat,Xy:nat,Xz:nat]: (more(Xx,Xy) => more(pl(Xx,Xz),pl(Xy,Xz))))).
0.00/0.21	tff('2', plain,
0.00/0.21	    ![X10 : nat, X11 : nat, X12 : nat]:
0.00/0.21	      (~ more(X10, X11) | more(pl(X10, X12), pl(X11, X12))),
0.00/0.21	    inference('cnf', [status(esa)], [satz19a])).
0.00/0.21	tff('3', plain, ![X0 : nat]: (more(pl(X0, z), pl(x, z)) | ~ more(X0, y)),
0.00/0.21	    inference('sup+', [status(thm)], ['1', '2'])).
0.00/0.21	tff(satz10b, axiom,
0.00/0.21	  (![Xx:nat,Xy:nat]:
0.00/0.21	     (~
0.00/0.21	       (((Xx = Xy) => (~more(Xx,Xy))) =>
0.00/0.21	        ((more(Xx,Xy) => (~less(Xx,Xy))) => (~(less(Xx,Xy) => (Xx != Xy)))))))).
0.00/0.21	tff('4', plain, ![X1 : nat, X2 : nat]: (~ more(X1, X2) | X1 != X2),
0.00/0.21	    inference('cnf', [status(esa)], [satz10b])).
0.00/0.21	tff('5', plain, ![X2 : nat]: ~ more(X2, X2),
0.00/0.21	    inference('simplify', [status(thm)], ['4'])).
0.00/0.21	tff('6', plain, (~ $true | ~ more(x, y)),
0.00/0.21	    inference('sup-', [status(thm)], ['3', '5'])).
0.00/0.21	tff('7', plain, ~ more(x, y), inference('simplify', [status(thm)], ['6'])).
0.00/0.21	tff('8', plain, (~ $true | x = y | less(x, y)),
0.00/0.21	    inference('sup-', [status(thm)], ['0', '7'])).
0.00/0.21	tff('9', plain, (less(x, y) | x = y),
0.00/0.21	    inference('simplify', [status(thm)], ['8'])).
0.00/0.21	tff(satz20b, conjecture, (x = y)).
0.00/0.21	tff(zf_stmt_0, negated_conjecture, (x != y)).
0.00/0.21	tff('10', plain, x != y, inference('cnf', [status(esa)], [zf_stmt_0])).
0.00/0.21	tff('11', plain, less(x, y),
0.00/0.21	    inference('simplify_reflect-', [status(thm)], ['9', '10'])).
0.00/0.21	tff(satz19c, axiom,
0.00/0.21	  (![Xx:nat,Xy:nat,Xz:nat]: (less(Xx,Xy) => less(pl(Xx,Xz),pl(Xy,Xz))))).
0.00/0.21	tff('12', plain,
0.00/0.21	    ![X5 : nat, X6 : nat, X7 : nat]:
0.00/0.21	      (~ less(X5, X6) | less(pl(X5, X7), pl(X6, X7))),
0.00/0.21	    inference('cnf', [status(esa)], [satz19c])).
0.00/0.21	tff('13', plain, ![X0 : nat]: (less(pl(X0, z), pl(x, z)) | ~ less(X0, y)),
0.00/0.21	    inference('sup+', [status(thm)], ['1', '12'])).
0.00/0.21	tff('14', plain, ![X1 : nat, X3 : nat]: (X1 != X3 | ~ less(X1, X3)),
0.00/0.21	    inference('cnf', [status(esa)], [satz10b])).
0.00/0.21	tff('15', plain, ![X3 : nat]: ~ less(X3, X3),
0.00/0.21	    inference('simplify', [status(thm)], ['14'])).
0.00/0.21	tff('16', plain, (~ $true | ~ less(x, y)),
0.00/0.21	    inference('sup-', [status(thm)], ['13', '15'])).
0.00/0.21	tff('17', plain, ~ less(x, y), inference('simplify', [status(thm)], ['16'])).
0.00/0.21	tff('18', plain, ~ $true, inference('sup-', [status(thm)], ['11', '17'])).
0.00/0.21	tff('19', plain, $false, inference('simplify', [status(thm)], ['18'])).
0.00/0.21	
0.00/0.21	% SZS output end Refutation
0.00/0.21	EOF
